home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- cursor(280)
- member("Install").foreColor = 70
- put "Click to install this software title to your hard drive" into member "InfoField"
- end
-
- on mouseLeave
- cursor(0)
- member("Install").foreColor = 255
- put EMPTY into member "InfoField"
- end
-
- on mouseUp
- if the platform contains "Windows" then
- open(the moviePath & "PCSoftware\Adobe After Effects 4\ae41try.exe")
- else
- if the platform contains "Macintosh" then
- open(the moviePath & "MacSoftware:Install Adobe After Effects 4.1")
- end if
- end if
- end
-